home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / apr96 / jonef102.gif < prev    next >
Graphics Interchange Format  |  1996-11-15  |  39KB  |  341x564  |  4-bit (16 colors)
Labels: text | screenshot | number | font | document | parallel | menu
OCR: Object Element Description TQA fileQALog File handle for writing the test results to disk (as an ASCII . TXT file). sTestID 8-character test ID, used as the name of the . TXT file. FilePath Specifies the drive and/or sub- directory to contain the test result log files. UseForm Set to True if the results will be displayed on-screen using the TFormQALog object. UseFile Set to True if the results will be written out to disk according to the FilePath and sTestID fields shown above. Start Procedure called to start a new test run, passing it an 8-character string to identify the test. Stop Procedure called to end a test run. Log Procedure called to directly record an entry in the log. sAssert Procedure called to assert an equality between two string values. bAssert Procedure called to assert an equality between two Boolean values. iAsserf Procedure called to assert an equality between two integer values. nAssert Procedure called to assert an equality between two floating point values. TFormQALog memoQALog Memo component to display the results of a test run, binQAOK OK button to clear the window (hide the form). Figure 2: Summary of the new QA tool kit that is organized around two objects: TQA (based on TObject) and TFormQALog (based on TForm).